Release notes
May 2026
Product search extended
Business impact
The product search functionality in the Content API has been extended.
What changed
-
Added new filters to the
GET /productssearch endpoint -
Enriched several fields in the product search response
-
Removed the
versionandfuzzinessquery parameters -
Breaking change: Yes
New filters
The following query parameters were added to GET /products:
-
productCode: Filter based on product code
-
genre: Filter based on genre
-
createdOnStartDate: Filter based on creation date, start of range
-
createdOnEndDate: Filter based on creation date, end of range
-
copyrightSheetFilter: Filter based on whether copyright sheets are linked
-
copyrightSheetStatus: Filter based on copyright sheet status
-
copyrightSheetVersion: Filter based on copyright sheet version
-
seasonYear: Filter based on season year
-
productionFormRequestFilter: Filter based on production form request availability
Affected endpoints
Product search
-
GET /products
Example
Example request:
GET /products?productCode=OB00009376/__/0001©rightSheetFilter=true&seasonYear=2025
Updated response information
The product search response now contains additional information:
-
boGenres: Genres linked to the product
-
copyrightSheets: Copyright sheets linked to the product
-
hasActiveProductionForms: Indicates whether active production forms exist
-
subtitled: Indicate: whether the product is subtitled
-
timeSlotCategory: Time slot category of the product
Several existing fields now return richer objects instead of only identifiers, including:
-
source type
-
status
-
original language
-
category
-
department
-
product display type
-
content collection intentions
-
tags
-
production companies
-
contact person
-
season
-
series
Breaking changes
Yes. This change may be breaking because:
-
The
versionquery parameter was removed -
The
fuzzinessquery parameter was removed -
Several response fields changed from simple UUID strings to objects
-
boGenresandhasActiveProductionFormswere added as required fields in theProductSearchLightJsonresponse schema
API details
Added query parameters on GET /products
productCodegenrecreatedOnStartDatecreatedOnEndDatecopyrightSheetFiltercopyrightSheetStatuscopyrightSheetVersionseasonYearproductionFormRequestFilter
Removed query parameters on GET /products
versionfuzziness
Updated response schema: ProductSearchLightJson
Added properties:
boGenrescopyrightSheetshasActiveProductionFormssubtitledtimeSlotCategory
Updated properties:
All changed from referencing UUID string to DropDownJson
sourceTypestatusoriginalLanguagecategoryDropdowndepartmentproductDisplayTypecontentCollectionIntentionstagsproductionCompaniescontactPersonseasonseries
YAML changes
Paths
Updated:
-
/products
No new paths were added.
Schemas
New:
-
ReferenceJson
Updated:
-
ProductSearchLightJson -
SearchContentPublicationDetailJson
Comparison
YAMLs can be compared in more detail using: TextCompare
See the changes in the Explorer.
October 2024
Addition of Content API for publication sheets
From this version on, it is possible to manage publication sheets using part of the content API. It allows to
-
create, retrieve, delete and update publication sheets;
-
search for and get details of content.
For more information, see the OpenAPI definition.